home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00171_Mixer- Go BB1.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  223 b   |  11 lines

  1. on mouseUp
  2.   global gWhichSound1
  3.   set the volume of sound 12 to 0
  4.   puppetSprite(45, 1)
  5.   puppetSprite(46, 1)
  6.   set the foreColor of sprite 46 to 255
  7.   set the foreColor of sprite 45 to 226
  8.   updateStage()
  9.   go("BB1")
  10. end
  11.